home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / script / motd < prev    next >
Encoding:
Text File  |  2002-10-28  |  267 b   |  15 lines

  1. # Here's the plan
  2. # Output the MOTD for the user.
  3. # Load this in "local" for maximum effect.
  4.  
  5. load less
  6. @ date = ftime(~/.ircII.motd)
  7. @ fdate = ftime($irclib()/ircII.motd)
  8. if (fdate && (date < fdate))
  9. {
  10.     less $irclib()/ircII.motd
  11.     exec touch ~/.ircII.motd
  12. }
  13.  
  14. #hop'97
  15.